home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / lisp / vm / vm-version.el < prev    next >
Encoding:
Text File  |  1995-08-18  |  186 b   |  11 lines

  1. (provide 'vm)
  2.  
  3. (provide 'vm-version)
  4.  
  5. (defconst vm-version "5.95 (beta)"
  6.   "Version number of VM.")
  7.  
  8. (defun vm-version ()
  9.   "Returns the value of the variable vm-version."
  10.   vm-version)
  11.